home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / T / ThinkHelper 1.0b1.sit / ThinkHelper 1.0b1 / Source (!) / Source / PUFPatches.h / PUFPatches.h
Encoding:
C/C++ Source or Header  |  1993-08-18  |  265 b   |  15 lines  |  [TEXT/KAHL]

  1. /*
  2.     PUFPatches.h
  3.     
  4.     patches to think project manager to allow selecting of menu items
  5.  
  6.     © 1993 Steve Zellers, All Rights Reserved
  7.     
  8.     <revision hisotry>
  9.     08/18/93  smz  first beta release
  10. */
  11.  
  12. #pragma once
  13.  
  14. // pretend this item was hit
  15. void SelectMenuItem(long item);